home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1997 July / Freeware CD.iso / Compuser / START.DXR / 00070.ls < prev    next >
Encoding:
Text File  |  1997-05-05  |  330 b   |  24 lines

  1. on enterFrame
  2.   sound stop 1
  3.   if rollOver(5) then
  4.     go("18")
  5.   end if
  6.   if rollOver(6) then
  7.     go("19")
  8.   end if
  9.   if rollOver(9) then
  10.     go("22")
  11.   end if
  12.   if rollOver(10) then
  13.     go("23")
  14.   end if
  15. end
  16.  
  17. on exitFrame
  18.   if soundBusy(1) then
  19.   else
  20.     set the sound of member "SERVICE.MOV" to 1
  21.   end if
  22.   go(the frame)
  23. end
  24.